Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xActiveDirectory: Opt-In to DSC Resource Common Meta Tests #306

Merged
merged 10 commits into from
Jun 2, 2019
Merged

xActiveDirectory: Opt-In to DSC Resource Common Meta Tests #306

merged 10 commits into from
Jun 2, 2019

Conversation

X-Guardian
Copy link
Contributor

@X-Guardian X-Guardian commented May 31, 2019

Pull Request (PR) description

This PR opts the module in to the following DSC Resource Common Meta Tests:

  • Common Tests - Validate Module Files
  • Common Tests - Validate Script Files
  • Common Tests - Relative Path Length
  • Common Tests - Validate Markdown Links

The following files required their Byte Order Mark (BOM) to be removed:

  • MSFT_xADDomainDefaultPasswordPolicy.psm1
  • MSFT_xWaitForADDomain.psm1

The links in Examples\README.md were converted from root relative to normal relative links. See Links that are relative to root are treated as broken

This Pull Request (PR) fixes the following issues

Task list

  • Added an entry under the Unreleased section in the CHANGELOG.md.
    Entry should say what was changed, and how that affects users (if applicable).
  • Resource documentation added/updated in README.md.
  • Resource parameter descriptions added/updated in README.md, schema.mof
    and comment-based help.
  • Comment-based help added/updated.
  • Localization strings added/updated in all localization files as appropriate.
  • Examples appropriately added/updated.
  • Unit tests added/updated. See DSC Resource Testing Guidelines.
  • Integration tests added/updated (where possible). See DSC Resource Testing Guidelines.
  • New/changed code adheres to DSC Resource Style Guidelines and Best Practices.

This change is Reviewable

@codecov-io
Copy link

codecov-io commented May 31, 2019

Codecov Report

Merging #306 into dev will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev   #306   +/-   ##
===================================
  Coverage    92%    92%           
===================================
  Files        20     20           
  Lines      2299   2299           
  Branches     10     10           
===================================
  Hits       2135   2135           
  Misses      154    154           
  Partials     10     10

Copy link
Member

@johlju johlju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good so far. Are you planning more work in this PR?

Reviewed 3 of 4 files at r2, 1 of 1 files at r3.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@johlju
Copy link
Member

johlju commented Jun 1, 2019

Asking since it is in Draft. 🙂

@johlju johlju added the waiting for author response The pull request is waiting for the author to respond to comments in the pull request. label Jun 1, 2019
@johlju
Copy link
Member

johlju commented Jun 1, 2019

Ah, I bet you are waiting for the other PR to be merged. 🙂

@X-Guardian
Copy link
Contributor Author

Yes, lets get #303 merged first.

@johlju johlju added waiting for code fix A review left open comments, and the pull request is waiting for changes to be pushed by the author. and removed waiting for author response The pull request is waiting for the author to respond to comments in the pull request. labels Jun 1, 2019
@X-Guardian X-Guardian marked this pull request as ready for review June 1, 2019 16:31
Copy link
Member

@johlju johlju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 5 of 5 files at r6.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@johlju johlju merged commit 6c6c719 into dsccommunity:dev Jun 2, 2019
@X-Guardian X-Guardian deleted the CommonTests-Opt-In branch June 2, 2019 08:52
@johlju johlju removed the waiting for code fix A review left open comments, and the pull request is waiting for changes to be pushed by the author. label Aug 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment